Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Implement Datepicker utility methods #13

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment
Closed

Implement Datepicker utility methods #13

GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

The utility methods for Datepicker need to be implemented:

$.datepicker.setDefaults(settings)
$.datepicker.formatDate(format, date, settings)
$.datepicker.parseDate(format, value, settings)
$.datepicker.iso8601Week(date)
$.datepicker.noWeekends

See the list under "Utility functions" on this page: 
http://docs.jquery.com/UI/Datepicker

Interim work-around, as per email from Philippe: 

Roll your own JSNI method. Something similar to:

public native final JsDate parseDate(String format, String value, 
JavaScriptObject settings) 
/*-{
  return $wnd.jQuery.parseDate(format, value, settings);
}-*/;



Original issue reported on code.google.com by dp...@byandlarge.net on 8 Sep 2011 at 11:32

@GoogleCodeExporter
Copy link
Author

Fixed with r160

Original comment by philippe...@gmail.com on 6 Mar 2012 at 1:50

  • Changed state: Fixed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant