Putting [time] in your template displays the current time set on your web server's clock.
The format of the time is normally HH:MM:SS (24-hour clock), but you can change the default format by changing the TimeFormat preference in your WebDNA admin area. You can also override the default time format by specifying a format inside the tag, such as [time %I:%M %p], which resolves to this style: 11:30 AM.%H....: Hour 00-23
%I....: Hour 01-12
%M....: Minute 00-59
%p....: AM or PM
%S....: Seconds 00-59
%X....: Time as 14:01:12
[TIME %A, %I:%M %p] --> Friday, 10:30 AM
[date %A, %I:%M %p] --> Friday, 10:30 AM
See [date] for more information.
WebDNA TeamDOWNLOAD WEBDNA NOW!
Amazon Web Services (AWS) README for Machine Image ID...
Tips and TricksA list of user-submitted tips ...
WebDNA referenceA list of all WebDNA instructions...
WebDNA ModulesA list of the currently available modules...
Download WebDNA ApplicationsWebDNA applications...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
[HideIf Comparison]Hide This HTML[/HideIf]...
[table][table] allows you to quickly create a temporary 'in line' database that is local to the template and not part of the global database cache...
[exclusivelock]Prevents other threads from simultaneously accessing a group of databases...
[listwords]Breaks a string of text into separate words...
[encrypt][encrypt] and [decrypt] allow you to store sensitive data in your databases without risk of exposing it to prying eyes...
[append][append db=base...