This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.
Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.
Before posting questions here you might want to review the developer documentation.
Dear All,
By default, the date picker control display the date in MM/dd/yyyy format. How can i change this to dd/MM/yyyy.
Can any one please help.
Many Thanks.
Hi,
By default it will correspond to the date format implied by the language preference in your web browser. If you want to force a specific culture see the notes at the bottom of this page: Localization.
Hope it helps,
Joe
Many Thanks for helping to implement differnt culture settings for multi sites.
Hi, I got the same issue. My IE has the language preference as en-NZ (New Zealand English) and have tried to change web.config auto:en-US to be auto:en-NZ. But the datepicker of the canlendar add event form still picks up the date text entered in 'dd/MM/yyyy' as 'MM/dd/yyyy'. i.e. I have 12/04/2011 in the text field, the datepicker will take it as December 04 2011, The date field also gets populated in MM/dd/yyyy format when a date is choosen in the datepicker. Help please. Thanks in advance.