[progress Communities] [progress Openedge Abl] Forum Post: Re: Rbf_updaterecord() - Set...

  • Thread starter Thread starter ymaisonn
  • Start date Start date
Status
Not open for further replies.
Y

ymaisonn

Guest
Hi Iram, Can you retrieve the date format from the localization settings and use rbf_formatDate()? var locContext = pageContext .getPageLocalization(); var d = locContext.getDateFormat(); var currentDate = new Date(); arr.dateField = rbf_formatDate(currentDate,d); rbf_updateRecord("trmt", {!id}, arr, true, function postUpdateCallback() { alert("Done"); });

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