summaryrefslogtreecommitdiff
path: root/packages/fcl-web/examples/fptemplate/tagparam/templates/mytemplate2.html
diff options
context:
space:
mode:
Diffstat (limited to 'packages/fcl-web/examples/fptemplate/tagparam/templates/mytemplate2.html')
-rw-r--r--packages/fcl-web/examples/fptemplate/tagparam/templates/mytemplate2.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/fcl-web/examples/fptemplate/tagparam/templates/mytemplate2.html b/packages/fcl-web/examples/fptemplate/tagparam/templates/mytemplate2.html
new file mode 100644
index 0000000000..4980393c5d
--- /dev/null
+++ b/packages/fcl-web/examples/fptemplate/tagparam/templates/mytemplate2.html
@@ -0,0 +1,14 @@
+<html>
+<body>
+
+DateTime in format "MM/DD hh:mm:ss": {+DATETIME [-FORMAT=MM/DD hh:mm:ss-]+}
+
+<br>
+
+DateTime in format "MM/DD/YYYY hh:mm": {+DATETIME [-FORMAT=MM/DD/YYYY hh:mm-]+}
+
+<br>
+
+Time in format "hh:mm:ss.zzz": {+DATETIME [-FORMAT=hh:mm:ss.zzz-]+}
+</body>
+</html>