Description Usage Arguments Value Examples
Provide a year, this functon will generate the filename with pre-set format using the year provided. Thin input must be able to converted to integer or an error will occur.
1 | make_filename(year)
|
year |
a number or string represented the year that need to included in the filename. |
a string, represented the file name with pre-set format
1 2 3 4 | # all examples below generate same output
make_filename(2014)
make_filename("2014")
make_filename(2014.3) #not recommended
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.