Changes between Initial Version and Version 1 of Ticket #15125
- Timestamp:
- Jan 6, 2017, 10:52:27 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15125 – Description
initial v1 2 2 Here is an example: 3 3 4 {{{#!javascript 4 5 Var ret = $ .datepicker.parseDate ("dd / mm / yy", "03/01/2016") 5 6 Console.log(ret); //this return Day 02 and not Day 03 7 }}} 6 8 7 NOTE: If you use the ret.getDate ()function, the returned day is correct.9 NOTE: If you use the `ret.getDate ()` function, the returned day is correct. 8 10 9 11 Ex: https://jsfiddle.net/rodriformiga/mxhejz2h/