Hi all, In the sail, for date field the default format is m/d/yyyy. But as

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
  • 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
    )
Reply
  • 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
    )
Children
No Data