Ticket #4519 (closed bug: wontfix)

Opened 4 years ago

Last modified 4 years ago

getDate without dateFormat

Reported by: Yuke Owned by:
Priority: minor Milestone: 1.8
Component: ui.datepicker Version: 1.7.1
Keywords: datepicker getdate date dateformat Cc: thomas.vanderhaeghen@…
Blocking: Blocked by:

Description

the date returned with the method 'getDate' is with the default dateFormat.

Change History

comment:1 Changed 4 years ago by joern.zaefferer

  • Component changed from ui.core to ui.datepicker
  • Milestone changed from TBD to 1.8

comment:2 Changed 4 years ago by kbwood

  • Status changed from new to closed
  • Resolution set to wontfix

$(selector).datepicker('getDate') returns the current date as a Date object or null if nothing selected. Use the $.datepicker.formatDate function if you need to display the date in a particular format.

Note: See TracTickets for help on using tickets.