Changeset 986753
- Timestamp:
- 09/10/2014 07:33:37 PM (12 years ago)
- File:
-
- 1 edited
-
date-calculator/tags/1.0/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
date-calculator/tags/1.0/readme.txt
r986726 r986753 14 14 The Date Calculator plugin has two basic functions. 15 15 16 1.It returns the current date via the shortcode [date_now] in posts, pages and also in Contact Form 7-forms.16 =1.= It returns the current date via the shortcode [date_now] in posts, pages and also in Contact Form 7-forms. 17 17 18 2. It can calculate a date up [date_add] or down [date_sub] and returns it in posts, pages and also in Contact Form 7 forms. 18 =2.= It can calculate a date up [date_add] or down [date_sub] and returns it in posts, pages and also in Contact Form 7 forms. 19 20 This plugin enable the shortcode-support within Contact Form 7-forms so that the Date Calculator-shortcodes can also be used there. 21 22 == Installation == 23 1. Upload the unziped date_calculator folder to the /wp-content/plugins/ directory -or- install the plugin via WordPress build-in Plugin-Installation-Function. 24 25 2. Activate the plugin through the 'Plugins' menu in WordPress. 26 27 == Frequently Asked Questions == 28 How are the short codes 19 29 20 30 The following shortcodes are available: 21 31 22 [date_add day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]23 [date_sub day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]32 `[date_add day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]` 33 `[date_sub day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]` 24 34 25 35 26 Examples:36 =Examples:= 27 37 28 38 29 39 2.1 - Calculating the date down: 30 31 40 Suppose today is the 01.10.2014 32 41 33 [date_sub day="1"]returns: 30.09.201442 <code>[date_sub day="1"]</code> returns: 30.09.2014 34 43 [date_sub month="3"] returns: 01.07.2014 35 44 [date_sub year="4"] returns: 01.10.2010 … … 39 48 40 49 2.2 - Calculating the date up: 41 42 50 Suppose today is the 01.10.2014 43 51 … … 62 70 [date_add year="0" show="yearonly"]-[date_add month="1" show="monthonly"]-[date_add day="1" show="dayonly"] returns: 2014-11-02 63 71 64 65 This plugin enable the shortcode-support within Contact Form 7-forms so that the Date Calculator-shortcodes can also be used there.66 67 == Installation ==68 1. Upload the unziped date_calculator folder to the /wp-content/plugins/ directory -or- install the plugin via WordPress build-in Plugin-Installation-Function.69 70 2. Activate the plugin through the 'Plugins' menu in WordPress.71 72 == Frequently Asked Questions ==73 Not at this time :-)74 75 72 == Screenshots == 76 73 screenshot-1.png
Note: See TracChangeset
for help on using the changeset viewer.