DateTimePicker
DateTimePicker copied to clipboard
Responsive jQuery DateTime Picker plugin for Web & Mobile
When i try to add two datepickers on the same page , the datepicker get rendered at the last element of the datepicker. It overrides the selected date input box...
The urls in the copyright of the files are wrong this urls don't exists anymore http://curioussolutions.github.io/DateTimePicker https://github.com/CuriousSolutions/DateTimePicker
Hi Is it possible to add other calendars like jalali calendar?
how to apply "Dateformat just display" MM or MMM or MMMM or yyyy? In demo just found MM-yyyy... or it's not supported? Thanks...
date picker not display and display **create?is_embedded=0:168 Uncaught ReferenceError: $ is not defined** in browser console
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](https://en.wikipedia.org/wiki/Date_format_by_country) Regards
First,thanks for your plugin! I am sorry about my english! There is a problem when set value "yyyy-MM" for dateFormat, and I found these values of "dd-MM-yyyy" 、 "MM-dd-yyyy" 、...
Hi Nehakadam Thanks for the plugin. It's sleek and beautiful. I am sorry about my english! there is no issue, when I use this plugin on mobile devices (Iphone safari),...
In addition to my previous issue I've found out that if I create several pickers on one page(actually this is the same page with tabs, so all pickers are placed...
Here is what I have so far, but there is probably a better way: ``` coffeescript afterShow: (elem) -> oDTP = this $picker = $('#post_published_at_picker') $picker.find('.dtpicker-value') .after('change to now') $picker.find('.dtpicker-buttonNow').on...