Ong York Mei 24.Nov.10 09:47 PM a Web browser Lotus Workflow Architect7.0Windows XP
Hey guys,
I have a text field here which records a string of user name, followed by date, and time. I wanna know is there a way to 'force' the date format to be dd/mm/yyyy? Regardless of the user's pc date setting?
Here's my coding for the date and time:
..... + @Text(@Date(@Now))+", "+@Text(@Time(@Now)) + .....