-
Notifications
You must be signed in to change notification settings - Fork 3
SEO-177254-React-DatePicker-External-Linking #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Scholar-jaruha
wants to merge
5
commits into
main
Choose a base branch
from
SEO-177254-React-DatePicker-External-Linking
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
d1d527d
SEO-177254-React-DatePicker-External-Linking
Scholar-jaruha b1e605a
Update README.md
Scholar-jaruha b80858c
Update README.md
Scholar-jaruha 37596c0
Update README.md
Scholar-jaruha 6f0e02a
Updated documentation link
Scholar-jaruha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,61 @@ | ||
| # Getting started with the React DatePicker | ||
|
|
||
| Quickly get started with the Syncfusion React DatePicker sample created using the `Create React App` toolchain. This project contains a few of the control’s basic features, like setting specific date values and formats. | ||
|
|
||
| Documentation: https://ej2.syncfusion.com/react/documentation/datepicker/getting-started/ | ||
|
|
||
| Online examples: https://ej2.syncfusion.com/react/demos/#/material/datepicker/default | ||
| The [React DatePicker](https://www.syncfusion.com/react-components/react-datepicker?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples) is a lightweight and mobile-friendly component that allows end users to enter or select a date value. Quickly get started with the Syncfusion React DatePicker sample created using the `Create React App` toolchain. This project contains a few of the control’s basic features, like setting specific date values and formats. | ||
|
|
||
| # Project prerequisites | ||
| Make sure that you have the lastest versions of NodeJS and visual studio code in your machine before starting to work on this project. | ||
|
|
||
| # How to run this application? | ||
| To run this application, you need to clone the `getting-started-with-the-react-datepicker` repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using `npm install` command and run your project using the `npm start` command. | ||
| To run this application, you need to clone the `getting-started-with-the-react-datepicker` repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using `npm install` command and run your project using the `npm start` command. | ||
|
|
||
| ## Features and Benefits | ||
|
|
||
| ### Masked Date Input | ||
|
|
||
| Enter valid dates in the correct format and avoid data input errors during data entry. | ||
|
|
||
| ### Month or year picker | ||
|
|
||
| Select only a month or a year as a value (Month Picker or Year Picker) from a pop-up calendar. | ||
|
|
||
| ### Custom date format | ||
|
|
||
| Change the default culture's specific date format in the text box to improve readability or to enter the date properly. | ||
|
|
||
| ### Date selection within a date range | ||
|
|
||
| Restrict the users from selecting a date within the particular range of dates by using the min and max date options. | ||
|
|
||
| ## Related Links | ||
|
|
||
| [Learn More about React DatePicker](https://www.syncfusion.com/react-components/react-datepicker?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples) | ||
|
|
||
| [Download Free Trial](https://www.syncfusion.com/downloads/react?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples) | ||
|
|
||
| [Pricing](https://www.syncfusion.com/sales/teamlicense?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples) | ||
|
|
||
| [Documentation](https://ej2.syncfusion.com/react/documentation/datepicker/getting-started?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples) | ||
|
|
||
| [View Demos](https://github.com/SyncfusionExamples/getting-started-with-the-react-datepicker?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples) | ||
|
|
||
| [Community Forums](https://www.syncfusion.com/forums/react-js2?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples) | ||
|
|
||
| [Suggest a feature or report a bug](https://www.syncfusion.com/feedback/react?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples) | ||
|
|
||
| [Online example](https://ej2.syncfusion.com/react/demos/#/bootstrap5/datepicker/default?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples) | ||
|
|
||
| ## About Syncfusion React Components | ||
|
|
||
| The Syncfusion's [React components](https://www.syncfusion.com/react-components?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples) library offers over 80 UI components to work with React server-side and client-side (React WebAssembly) projects seamlessly. In addition to DatePicker, we provide popular React Components such as [DataGrid](https://www.syncfusion.com/react-components/react-grid?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples),[Charts](https://www.syncfusion.com/react-components/react-charts?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples), [Scheduler](https://www.syncfusion.com/react-components/react-scheduler?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples), [Diagram](https://www.syncfusion.com/react-components/react-diagram?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples) and [Word Processor](https://www.syncfusion.com/react-components/react-word-processor?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples). | ||
|
|
||
| ### About Syncfusion | ||
|
|
||
| Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 29,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies. | ||
|
|
||
| Today, we provide 1800+ components and frameworks for web ([Angular](https://www.syncfusion.com/angular-components?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples), [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples), [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples), [ASP.NET WebForms](https://www.syncfusion.com/jquery/aspnet-webforms-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples), [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples), [Angular](https://www.syncfusion.com/angular-components?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples), [React](https://www.syncfusion.com/react-components?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples), [Vue](https://www.syncfusion.com/vue-components?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples), and [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples)), mobile ([Xamarin](https://www.syncfusion.com/xamarin-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples), [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples), [UWP](https://www.syncfusion.com/uwp-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples), [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples), and [.NET MAUI](https://www.syncfusion.com/maui-controls?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples)), and desktop development ([WinForms](https://www.syncfusion.com/winforms-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples), [WPF](https://www.syncfusion.com/wpf-controls?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples), [WinUI](https://www.syncfusion.com/winui-controls?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples), [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples), [UWP](https://www.syncfusion.com/uwp-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples), and [.NET MAUI](https://www.syncfusion.com/maui-controls?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples)). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software. | ||
|
|
||
| <hr style="height:0.3px;border:none;color:lightgrey;background-color:lightgrey;" /> | ||
|
|
||
| <p align="center"> | ||
|
|
||
| <a href="mailto:sales@syncfusion.com?Subject=Syncfusion React DatePicker - GitHub" target="_top">sales@syncfusion.com</a> | <a href="https://www.syncfusion.com?utm_source=github&utm_medium=listing&utm_campaign=react-datepicker-github-samples">www.syncfusion.com</a> | Toll Free: 1-888-9 DOTNET <br> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we provide server-side and client-side support for React?