-
format
The
Tstamp
task supports a<format>
nested element that allows a property to be set to the current date and time in a given format. The date/time patterns are as defined in the PHPstrftime()
function.
Table 59. Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
property |
String |
The property to receive the date/time string in the given pattern. | n/a | Yes |
classname |
String |
The date/time pattern to be used. The values are as defined by the PHP strftime() function. | n/a | Yes |
locale |
String |
The locale used to create date/time string. For more information see the PHP setlocale() function. | n/a | No |