Summary
Entry showed Sept 02 2016 on form calendar but template display shows the reverse month and date
----------------------------------
Date input by calendar shows Sept 02 2016 in dropdown on form
<DateInput Id="RDate" DataField="RDate" DateOnly="true" DataType="date"></DateInput>
<CalendarImage ImageUrl="~/DesktopModules/XModPro/images/calendar.jpg" Style="margin-left:0px;" Target="RDate"></CalendarImage></div></td>
However after updating date using calendar
For Rdate
1.Database record entry is showing 2016-09-02
2.RDate shows 02/09/2016..why not 09/02/2016 other way....
3.format type pattern shows 09-Feb-2016 why?How do I fix?
<td width="10%">[[RDate]]</td>
<td width="10%"><xmod:format type="date" value='[[RDate]]' pattern="dd-MMM-yyyy" /></td>