Test /
DateMgtAndConditionals
Test Markup expressions and Conditional markup
pmwiki version:
- pmwiki-2.4.5
Formatting ISO dates with ftime works perfectly:
* Year: {(ftime %Y 20071022T115732)} * Month: {(ftime %m 20071022T115732)} * Day: {(ftime %d 20071022T115732)} * Hours: {(ftime %H 20071022T115732)} * Minutes: {(ftime %M 20071022T115732)} * Seconds: {(ftime %S 20071022T115732)} * Week: {(ftime %W 20071022T115732)} |
|
Conditionals:
* Now: {(ftime now %Y%m%d)}T{(ftime now %H%M%S)} * Test 1 * Test 2 * Test 3 * Test 4 * Test 5 |
|