Articles in this section
Category / Section

How to set the date format for DatePicker component

1 min read

 

The purpose of formatting is to convert a Date object to display the date in a specific string format is to simplify the date representation. Each culture has a standard format to display the date value. For example, in English culture, the month is displayed first followed by date and year, and in some other cultures, the date is displayed first followed by month and year. Hence, this may become uncertain to differentiate between the month and date in the displayed value. To overcome this, a custom format can be specified to display the date format as explained as follows.

By default, in the DatePicker component, the date format is culture specific which is convenient for the users in the specific culture. Customize the format to display the date in any required format can be defined by using the format property of the DatePicker component.

Refer to the following code example to set the format value of the DatePicker component.

 

var datepicker = new ej.calendars.DatePicker({

        placeholder: 'Choose a date',

        format: 'dd-MMM-yyyy',

    });

    datepicker.appendTo('#element');

 

The previous code displays the date as follows.

 

Refer to the following sample link to check the functionality of format API of the DatePicker component.

Sample link:

https://ej2.syncfusion.com/16.1.37/demos/#/material/datepicker/date-format.html

 

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments
Please sign in to leave a comment
Access denied
Access denied