Changeset 986800
- Timestamp:
- 09/10/2014 08:52:12 PM (12 years ago)
- Location:
- date-calculator
- Files:
-
- 3 added
- 2 edited
-
tags/1.0/readme.txt (modified) (4 diffs)
-
tags/1.0/screenshot-1.jpg (added)
-
tags/1.0/screenshot-2.jpg (added)
-
tags/1.0/screenshot-3.jpg (added)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
date-calculator/tags/1.0/readme.txt
r986791 r986800 33 33 34 34 The following shortcodes are available: 35 <code>[date_add day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]< code>36 <code>[date_sub day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]< code>35 <code>[date_add day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]</code> 36 <code>[date_sub day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]</code> 37 37 38 38 = You need more examples? = … … 41 41 Suppose today is the 01.10.2014 42 42 43 <code>[date_sub day="1"]< code> returns: 30.09.201444 <code>[date_sub month="3"]< code> returns: 01.07.201445 <code>[date_sub year="4"]< code> returns: 01.10.201046 <code>[date_sub day="1" month="3" year="4"]< code> returns: 30.06.201043 <code>[date_sub day="1"]</code> returns: 30.09.2014 44 <code>[date_sub month="3"]</code> returns: 01.07.2014 45 <code>[date_sub year="4"]</code> returns: 01.10.2010 46 <code>[date_sub day="1" month="3" year="4"]</code> returns: 30.06.2010 47 47 48 48 … … 50 50 Suppose today is the 01.10.2014 51 51 52 <code>[date_add day="1"]< code> returns: 02.10.201453 <code>[date_add month="3"]< code> returns: 01.01.201554 <code>[date_add year="4"]< code> returns: 01.10.201855 <code>[date_add day="1" month="3" year="4"]< code> returns: 02.01.201852 <code>[date_add day="1"]</code> returns: 02.10.2014 53 <code>[date_add month="3"]</code> returns: 01.01.2015 54 <code>[date_add year="4"]</code> returns: 01.10.2018 55 <code>[date_add day="1" month="3" year="4"]</code> returns: 02.01.2018 56 56 57 57 … … 62 62 Suppose today is the 01.10.2014 63 63 64 <code>[date_add day="1" show="dayonly"]< code> returns: 0265 <code>[date_add month="3" show="monthonly"]< code> returns: 0166 <code>[date_add year="4" show="yearonly"]< code> returns: 201867 <code>[date_sub day="1" show="dayonly"].[date_sub month="3" show="monthonly"]< code> returns: 30.0768 <code>[date_add year="0" show="yearonly"]-[date_add month="1" show="monthonly"]-[date_add day="1" show="dayonly"]< code> returns: 2014-11-0264 <code>[date_add day="1" show="dayonly"]</code> returns: 02 65 <code>[date_add month="3" show="monthonly"]</code> returns: 01 66 <code>[date_add year="4" show="yearonly"]</code> returns: 2018 67 <code>[date_sub day="1" show="dayonly"].[date_sub month="3" show="monthonly"]</code> returns: 30.07 68 <code>[date_add year="0" show="yearonly"]-[date_add month="1" show="monthonly"]-[date_add day="1" show="dayonly"]</code> returns: 2014-11-02 69 69 70 70 == Screenshots == -
date-calculator/trunk/readme.txt
r986791 r986800 33 33 34 34 The following shortcodes are available: 35 <code>[date_add day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]< code>36 <code>[date_sub day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]< code>35 <code>[date_add day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]</code> 36 <code>[date_sub day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]</code> 37 37 38 38 = You need more examples? = … … 41 41 Suppose today is the 01.10.2014 42 42 43 <code>[date_sub day="1"]< code> returns: 30.09.201444 <code>[date_sub month="3"]< code> returns: 01.07.201445 <code>[date_sub year="4"]< code> returns: 01.10.201046 <code>[date_sub day="1" month="3" year="4"]< code> returns: 30.06.201043 <code>[date_sub day="1"]</code> returns: 30.09.2014 44 <code>[date_sub month="3"]</code> returns: 01.07.2014 45 <code>[date_sub year="4"]</code> returns: 01.10.2010 46 <code>[date_sub day="1" month="3" year="4"]</code> returns: 30.06.2010 47 47 48 48 … … 50 50 Suppose today is the 01.10.2014 51 51 52 <code>[date_add day="1"]< code> returns: 02.10.201453 <code>[date_add month="3"]< code> returns: 01.01.201554 <code>[date_add year="4"]< code> returns: 01.10.201855 <code>[date_add day="1" month="3" year="4"]< code> returns: 02.01.201852 <code>[date_add day="1"]</code> returns: 02.10.2014 53 <code>[date_add month="3"]</code> returns: 01.01.2015 54 <code>[date_add year="4"]</code> returns: 01.10.2018 55 <code>[date_add day="1" month="3" year="4"]</code> returns: 02.01.2018 56 56 57 57 … … 62 62 Suppose today is the 01.10.2014 63 63 64 <code>[date_add day="1" show="dayonly"]< code> returns: 0265 <code>[date_add month="3" show="monthonly"]< code> returns: 0166 <code>[date_add year="4" show="yearonly"]< code> returns: 201867 <code>[date_sub day="1" show="dayonly"].[date_sub month="3" show="monthonly"]< code> returns: 30.0768 <code>[date_add year="0" show="yearonly"]-[date_add month="1" show="monthonly"]-[date_add day="1" show="dayonly"]< code> returns: 2014-11-0264 <code>[date_add day="1" show="dayonly"]</code> returns: 02 65 <code>[date_add month="3" show="monthonly"]</code> returns: 01 66 <code>[date_add year="4" show="yearonly"]</code> returns: 2018 67 <code>[date_sub day="1" show="dayonly"].[date_sub month="3" show="monthonly"]</code> returns: 30.07 68 <code>[date_add year="0" show="yearonly"]-[date_add month="1" show="monthonly"]-[date_add day="1" show="dayonly"]</code> returns: 2014-11-02 69 69 70 70 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.