Last active
October 2, 2019 13:55
-
-
Save JohnBunka/c18ca7e378865f213d68ed29a7784017 to your computer and use it in GitHub Desktop.
Current Date Shortcode - Beaver Builder Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Shortcode Example | |
[fl_year] 2018 | |
[fl_year format="y"] 18 | |
[fl_year format=“F j, Y”] May 26, 2018 | |
[fl_year format=“l, F j, Y”] Saturday, May 26, 2018 | |
[fl_year format=“m-d-Y”] 05-25-2018 | |
[fl_year format=“n-j-y”] 5-25-18 | |
[fl_year format=“d.m.y”] 25.05.18 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment