Forum Discussion

Mackinaw's avatar
14 years ago

GMT date/time adjustment

Hello, I'm using the following code to enter the current date and time into a freemarker page: <#assign timeStamp = datesupport.now /> ${timeStamp.getDateAsString()} ${timeStamp.timeAsString}   ...