nehakadam / DateTimePicker

Responsive jQuery DateTime Picker plugin for Web & Mobile
https://nehakadam.github.io/DateTimePicker/
MIT License
356 stars 114 forks source link

Dateformat :: forward slash #123

Open sigurdne opened 8 years ago

sigurdne commented 8 years ago

Would it be possible to use the forward slash as separator ? As in dd/MM-yyyy https://en.wikipedia.org/wiki/Date_format_by_country

Regards

nehakadam commented 8 years ago
dateSeparator: "/",

dateFormat: "MM/dd/yyyy",
dateTimeFormat: "MM/dd/yyyy HH:mm"

But this will be global, the same date separator should be used for all fields.