Setting errormsg using: <!--#config errmsg="..." -->
Trying to access non-existent "foo.shtml" using <!--#fsize file="foo.shtml" -->


Using <!--#config sizefmt="bytes" -->
This file ( index.shtml::size-> 2665) is bytes in size.

Setting sizefmt to abbrev using : <!--#config sizefmt="abbrev" -->
Size of file "index.shtml ( size->2665)" using sizefmt=abbrev ->

Size of file "saveindex.shtml(size->464)" using : <!--#fsize file="saveindex.shtml" --> ->

Size of file "check1.shtml(size->1000)" using : <!--#fsize file="check1.shtml" --> ->

Size of file "check2.html(size->1001)" using : <!--#fsize file="check2.html" --> ->

Size of file "check3.shtml(size->1499)" using : <!--#fsize file="check3.shtml" --> ->

Size of file "check4.shtml(size->1500)" using : <!--#fsize file="check4.shtml" --> ->

Size of file "check5.shtml(size->1501)" using : <!--#fsize file="check5.shtml" --> ->

Size of file "checkme ( size->1535)" using : <!--#fsize file"checkme" --> ->

Size of file "check5.html(size->1536)" using : <!--#fsize file="check5.html" --> ->

Size of file "check55.html(size->1537)" using : <!--#fsize file="check55.html" --> ->

Size of file "check555.html(size->1538)" using : <!--#fsize file="check555.html" --> ->

Size of file "check5555.html(size->1539)" using : <!--#fsize file="check5555.html" --> ->

Size of file "check6.shtml(size->1988)" using : <!--#fsize file="check6.shtml" --> ->

Size of file "check7.shtml(size->1999)" using : <!--#fsize file="check7.shtml" --> ->

timefmt Tests :

Using <!--#config timefmt="%A" --> <!--#echo var="DATE_LOCAL" -->
Day -> ,

Using <!--#config timefmt="%d" -->
<!--#echo var="DATE_LOCAL" -->
Day of Month ->

Using <!--#config timefmt="%B" -->
<!--#echo var="DATE_LOCAL" -->
Month(full) ->

Using <!--#config timefmt="%b" -->
<!--#echo var="DATE_LOCAL" -->
Month(abbreviated) ->

Using <!--#config timefmt="%Y" -->
<!--#echo var="DATE_LOCAL" -->
Year -> .

Using <!--#config timefmt="%W" -->
<!--#echo var="DATE_LOCAL" -->
Week number of year as a decimal number: .