Description Usage Arguments Examples
Convert month name to the month's number (e.g. "February" or "Feb" returns 2)
1 | get_month_num(month, list.of.months = month.name)
|
month |
String containing the month, either in full (e.g. "February") or abbreviated ("Feb") |
list.of.months |
Optional list of month names. Defaults to the full names ('month.name'); use 'month.abb' for short month names |
1 2 | get_month_num("December")
get_month_num("Dec", month.abb)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.