%TIMESHOWSTORE{"format" time="time|$variable" store="name"}%
Parameter:![]() | Description: | Default: |
---|---|---|
"format" | Format of the displayed date. The tokens are specified Time Format Tokens below | format defined by the {DefaultDateFormat} setting in configure |
delta="relative time" | The plugin accepts any relative time that the CPAN library Time::ParseDate can handle. E.g. "-3 months" , "last Monday", "+2 days", "next Wednesday", "2 weeks" | 0 |
store="variablename" | Name of a variable in which the calculated date is stored. This variable can be used in another TimeCalcPlugin macro as an input date | none |
time="time" | time can be in any format defined in System/TimeSpecifications (time is ignorred), or it can be the name of a TimeCalcPlugin storage name prefixed by a '$'. E.g. $myvar | time now |