Open sivaraam opened 7 years ago
It has been chosen to use jQuery UI for date. It provides a variety of formats for displaying the date. A complete list of formats could be found at http://api.jqueryui.com/datepicker/#utility-formatDate
A demo of a few formats could be seen at http://jqueryui.com/datepicker/#date-formats
The exact format of the date to be shown has to be decided.
@sivaraam For now i am using the format as dd-M-y
a single M! That doesn't sound nice. An example?
M
It has been chosen to use jQuery UI for date. It provides a variety of formats for displaying the date. A complete list of formats could be found at http://api.jqueryui.com/datepicker/#utility-formatDate
A demo of a few formats could be seen at http://jqueryui.com/datepicker/#date-formats
The exact format of the date to be shown has to be decided.