up vote 0 down vote favorite
share [g+] share [fb]

I have a webi report that accepts a date input. I need to receive data from the user in the format "dd-Mmm-YYYY"; however the calendar control that BO presents to the user for date selection is always shown in M/DD/YYYY HH:MM:SS AM/PM.

Is there any way to control this behaviour?

link|improve this question
what calendar control are you using? – TStamper May 19 '09 at 14:09
? Somthing that comes embedded in Infoview. – Noob May 19 '09 at 14:44
feedback

2 Answers

Have you tried changing all the date fields in the Universe designer to the format that you want? You can either format them using SQL in the select statement box of the "Object Properties", or you can change the format of the field by right clicking and selecting "Object Format..."

I'm pretty sure that would affect the way the end user sees it.

link|improve this answer
feedback

you can set the date format (and all other format ) on the locatizion parametrs on the user setting for each user you have in cms , simply by the infoview preferences for each user .

home screen of central management -> preferences - > Preferred Viewing Locale + local time zone. or home screen of infoview -> preferences - > Preferred Viewing Locale + local time zone.

this will set also the date prompt format

link|improve this answer
feedback

Your Answer

 
or
required, but never shown