[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Kendo UI Date Picker Format

  • Thread starter Thread starter MBeynon
  • Start date Start date
Status
Not open for further replies.
M

MBeynon

Guest
Thanks for the help. I managed to resolve it (sort of) with this; this.fromDate = this.intl.formatDate(value, 'd-MM-y'); which gives me a string in the form "dd-mm-yyyy" This works but then gives me another error after the assign; "ERROR Error: Uncaught (in promise): Error: The 'value' should be a valid JavaScript Date instance."

Continue reading...
 
Status
Not open for further replies.
Back
Top