unable to display current date on WI(RunMyApp)

317 views
Skip to first unread message

sarjera...@flowian.com

unread,
Jul 28, 2015, 2:30:11 AM7/28/15
to Fujitsu RunMyProcess Developer Community
Hello Team,

I have to display current date on WI.

So i did with date widget as well as text input widget using JS.

It works on computer devices but not on mobile devices(RunMyApp version 2.3.1 & Android Version - 4.4.4).

I have attached both screen snap shots.

Please suggest me how can we display current date on WI?

Thanks
Sarjerao

date_issue_mobileApp.jpg
date_WI_computer_device.JPG

Pankaj Kumar

unread,
Jul 28, 2015, 3:39:51 AM7/28/15
to Fujitsu RunMyProcess Developer Community, Sarjerao Jadhav
Hi Sarjerao,

Mobile Browser (including RunMyApp, Chrome, Firefox ...) have limitation compare to desktop browser, they accept value of certain format (RFC3339 full-date).

Please use the below code:-

var today = new Date();
var todayString = today.toISOString().substring(0, 10); //get the date portion which has the same format as RFC3339
document.getElementById("id_date").value = todayString;


Thank you,
Pankaj Kumar
Fujitsu RunMyProcess Support

Sarjerao

--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/0a6a1cbf-5878-4228-b014-c4334f1c767c%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.

de...@flowian.com

unread,
Aug 3, 2015, 1:16:42 AM8/3/15
to Fujitsu RunMyProcess Developer Community, sarjera...@flowian.com
Hello Pankaj,

Thanks for reply.

Thanks
Sarjerao

Reply all
Reply to author
Forward
0 new messages