Nehakadam DateTimePicker Versions Save

Responsive jQuery DateTime Picker plugin for Web & Mobile

0.1.39

5 years ago

Fixes issue - #155 In Google Chrome (73.0.3683.75, 64-Bit): Picker closes immediately after showing

0.1.38

7 years ago

Change in Copyright Text and Repository URLs Repository is moved from CuriousSolutions/DateTimePicker to nehakadam/DateTimePicker.

0.1.37

7 years ago

Added Format as a parameter in parseDateTimeString and formatDateTimeString callbacks to let it support different formats. Previously, with this function parsing or formatting of only one format was possible. Now based on format different code can be written for parsing or formatting the date.

parseDateTimeString: function(sDateTime, sMode, sFormat, oInputElement) {
}
formatDateTimeString: function(oDate, sMode, sFormat, oInputElement) {
}

Added exmaple in which date format of date string in input field is different from the date format of date string to be displayed on DateTimePicker, as requested in #125

Added exmaple for using different date formats for storing date in the database and displaying on DateTimePicker, as requested in #122

0.1.36

7 years ago

Added support for "yyyy-MM" Date format as per #121.

0.1.35

7 years ago

Added parentelement data attribute for initializing multiple pickers with different properties on a single page. This functionality was already their but it had to be included in DateTimePicker plugin initialization code.

0.1.34

7 years ago

Set Date as minDate, maxDate, minTime, maxTime, minDateTime and maxDateTime value. Previously, only string value in input DateFormat / TimeFormat / DateTimeFormat could be set as minimum and maximum date.

0.1.33

7 years ago

Removed console messages to avoid warnings

0.1.32

7 years ago

0.1.31

7 years ago
  • DateTimePicker can be added as an inline element by setting isInline: true. Since DateTimePicker is added inline, input element should be explicitly specified with inputElement: <jQuery object of Element>. Check Example Inline View.
  • Input Elements on DateTimePicker can be made read-only with readonlyInputs: true.
  • Header Element in DateTimePicker View can be removed with showHeader: false.
  • Added functionality to increment or decrement values of dates using Up and Down Arrow Keys as well as using Mouse Wheel.
  • Support for IE8 and Bug Fix on iOS(Changes from PR #109)
    • Added Support for IE8
    • Bug Fix for position:fixed issue on iOS (#108 and #106)

0.1.30

7 years ago
  • Added Italiano Locale files.
  • Added functionality to increment or decrement values of dates by holding Increment or Decrement buttons. This will make DateTimePicker more useful on mobile devices. Example - Mobile-TouchHold.htm