Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
+1
person also asked this
people also asked this
Replies
6 replies
Subscribers
8 subscribers
Views
3069 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Hi all, In the sail, for date field the default format is m/d/yyyy. But as
sivac
over 9 years ago
Hi all,
In the sail, for date field the default format is m/d/yyyy. But as per the project requirement the format should be mm/dd/yyyy.
can you please help on above
Thanks in Advance
OriginalPostID-176765
OriginalPostID-176765
Discussion posts and replies are publicly visible
Parents
0
sivac
over 9 years ago
thanks tim. But when I choose a date from date picker let say 1/6/2015,it should display 01/06/2015 at that moment.Not in the next(readOnly) form.I am using this code but still same date
a!dateField(
label:cons!UPS_CCR_EstimatedLaunchDateLabel,
labelPosition: "ADJACENT",
value:ri!EstLaunchDate,
saveInto: a!save(ri!EstLaunchDate,if(isnull(save!value),"",
text(save!value,"mon/ddd/yyyy"))),
required:true
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sivac
over 9 years ago
thanks tim. But when I choose a date from date picker let say 1/6/2015,it should display 01/06/2015 at that moment.Not in the next(readOnly) form.I am using this code but still same date
a!dateField(
label:cons!UPS_CCR_EstimatedLaunchDateLabel,
labelPosition: "ADJACENT",
value:ri!EstLaunchDate,
saveInto: a!save(ri!EstLaunchDate,if(isnull(save!value),"",
text(save!value,"mon/ddd/yyyy"))),
required:true
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data