Plugin Directory

Changeset 986779


Ignore:
Timestamp:
09/10/2014 08:26:43 PM (12 years ago)
Author:
matthias.s
Message:

Readme update

Location:
date-calculator
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • date-calculator/tags/1.0/readme.txt

    r986773 r986779  
    11=== Date Calculator ===
     2
    23Contributors: matthias.s
    34Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K73Z3MNV82UTQ
     
    1213
    1314== Description ==
     15
    1416The Date Calculator plugin has two basic functions.
    1517
    16 *   = 1. = It returns the current date via the shortcode [date_now] in posts, pages and also in Contact Form 7-forms.
     18*   1. It returns the current date via the shortcode [date_now] in posts, pages and also in Contact Form 7-forms.
    1719
    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.
     20*   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.
    1921
    2022This plugin enable the shortcode-support within Contact Form 7-forms so that the Date Calculator-shortcodes can also be used there.
    2123
    2224== Installation ==
     25
    23261. Upload the unziped date_calculator folder to the /wp-content/plugins/ directory -or- install the plugin via WordPress build-in Plugin-Installation-Function.
    2427
     
    3033
    3134The following shortcodes are available:
    32 <code>[date_add day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]</code>
    33 <code>[date_sub day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]</code>
     35´[date_add day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]´
     36´[date_sub day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]´
     37
     38 Examples:
     39
     40= Calculating the date down: =
     41Suppose today is the 01.10.2014
     42
     43´[date_sub day="1"]´ returns: 30.09.2014
     44´[date_sub month="3"]´ returns: 01.07.2014
     45´[date_sub year="4"]´ returns: 01.10.2010
     46´[date_sub day="1" month="3" year="4"]´ returns: 30.06.2010
    3447
    3548
    36 Examples:
     49= Calculating the date up: =
     50Suppose today is the 01.10.2014
    3751
    38 2.1 - Calculating the date down:
    39 Suppose today is the 01.10.2014
    40 
    41 <code>[date_sub day="1"]</code> returns: 30.09.2014
    42 <code>[date_sub month="3"]</code> returns: 01.07.2014
    43 <code>[date_sub year="4"]</code> returns: 01.10.2010
    44 
    45 <code>[date_sub day="1" month="3" year="4"]</code> returns: 30.06.2010
     52´[date_add day="1"]´ returns: 02.10.2014
     53´[date_add month="3"]´ returns: 01.01.2015
     54´[date_add year="4"]´ returns: 01.10.2018
     55´[date_add day="1" month="3" year="4"]´ returns: 02.01.2018
    4656
    4757
    48 2.2 - Calculating the date up:
    49 Suppose today is the 01.10.2014
    50 
    51 <code>[date_add day="1"]</code> returns: 02.10.2014
    52 <code>[date_add month="3"]</code> returns: 01.01.2015
    53 <code>[date_add year="4"]</code> returns: 01.10.2018
    54 
    55 <code>[date_add day="1" month="3" year="4"]</code> returns: 02.01.2018
    56 
    57 
    58 2.3 - Displaying of certain date-parts:
     58= Displaying of certain date-parts: =
    5959
    6060It is also possible to only impersonate one part of the date, for example, only the day
     
    6262Suppose today is the 01.10.2014 
    6363
    64 <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
     64´[date_add day="1" show="dayonly"]´ returns: 02
     65´[date_add month="3" show="monthonly"]´ returns: 01
     66´[date_add year="4" show="yearonly"]´ returns: 2018
     67´[date_sub day="1" show="dayonly"].[date_sub month="3" show="monthonly"]´ returns: 30.07
     68´[date_add year="0" show="yearonly"]-[date_add month="1" show="monthonly"]-[date_add day="1" show="dayonly"]´ returns: 2014-11-02
    6969
    7070== Screenshots ==
    71 /assets/screenshot-1.png
     71
    7272The shortcode documentation
     73(/assets/screenshot-1.png)
    7374
    74 /assets/screenshot-2.png
    7575Put it in posts, pages and also in Contact Form 7-forms
     76[/assets/screenshot-2.png]
    7677
     78Make your things...
    7779/assets/screenshot-3.png
    78 Make your things...
     80
    7981
    8082== Changelog ==
  • date-calculator/trunk/readme.txt

    r986773 r986779  
    11=== Date Calculator ===
     2
    23Contributors: matthias.s
    34Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K73Z3MNV82UTQ
     
    1213
    1314== Description ==
     15
    1416The Date Calculator plugin has two basic functions.
    1517
    16 *   = 1. = It returns the current date via the shortcode [date_now] in posts, pages and also in Contact Form 7-forms.
     18*   1. It returns the current date via the shortcode [date_now] in posts, pages and also in Contact Form 7-forms.
    1719
    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.
     20*   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.
    1921
    2022This plugin enable the shortcode-support within Contact Form 7-forms so that the Date Calculator-shortcodes can also be used there.
    2123
    2224== Installation ==
     25
    23261. Upload the unziped date_calculator folder to the /wp-content/plugins/ directory -or- install the plugin via WordPress build-in Plugin-Installation-Function.
    2427
     
    3033
    3134The following shortcodes are available:
    32 <code>[date_add day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]</code>
    33 <code>[date_sub day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]</code>
     35´[date_add day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]´
     36´[date_sub day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]´
     37
     38 Examples:
     39
     40= Calculating the date down: =
     41Suppose today is the 01.10.2014
     42
     43´[date_sub day="1"]´ returns: 30.09.2014
     44´[date_sub month="3"]´ returns: 01.07.2014
     45´[date_sub year="4"]´ returns: 01.10.2010
     46´[date_sub day="1" month="3" year="4"]´ returns: 30.06.2010
    3447
    3548
    36 Examples:
     49= Calculating the date up: =
     50Suppose today is the 01.10.2014
    3751
    38 2.1 - Calculating the date down:
    39 Suppose today is the 01.10.2014
    40 
    41 <code>[date_sub day="1"]</code> returns: 30.09.2014
    42 <code>[date_sub month="3"]</code> returns: 01.07.2014
    43 <code>[date_sub year="4"]</code> returns: 01.10.2010
    44 
    45 <code>[date_sub day="1" month="3" year="4"]</code> returns: 30.06.2010
     52´[date_add day="1"]´ returns: 02.10.2014
     53´[date_add month="3"]´ returns: 01.01.2015
     54´[date_add year="4"]´ returns: 01.10.2018
     55´[date_add day="1" month="3" year="4"]´ returns: 02.01.2018
    4656
    4757
    48 2.2 - Calculating the date up:
    49 Suppose today is the 01.10.2014
    50 
    51 <code>[date_add day="1"]</code> returns: 02.10.2014
    52 <code>[date_add month="3"]</code> returns: 01.01.2015
    53 <code>[date_add year="4"]</code> returns: 01.10.2018
    54 
    55 <code>[date_add day="1" month="3" year="4"]</code> returns: 02.01.2018
    56 
    57 
    58 2.3 - Displaying of certain date-parts:
     58= Displaying of certain date-parts: =
    5959
    6060It is also possible to only impersonate one part of the date, for example, only the day
     
    6262Suppose today is the 01.10.2014 
    6363
    64 <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
     64´[date_add day="1" show="dayonly"]´ returns: 02
     65´[date_add month="3" show="monthonly"]´ returns: 01
     66´[date_add year="4" show="yearonly"]´ returns: 2018
     67´[date_sub day="1" show="dayonly"].[date_sub month="3" show="monthonly"]´ returns: 30.07
     68´[date_add year="0" show="yearonly"]-[date_add month="1" show="monthonly"]-[date_add day="1" show="dayonly"]´ returns: 2014-11-02
    6969
    7070== Screenshots ==
    71 /assets/screenshot-1.png
     71
    7272The shortcode documentation
     73(/assets/screenshot-1.png)
    7374
    74 /assets/screenshot-2.png
    7575Put it in posts, pages and also in Contact Form 7-forms
     76[/assets/screenshot-2.png]
    7677
     78Make your things...
    7779/assets/screenshot-3.png
    78 Make your things...
     80
    7981
    8082== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.