Changeset 3257889
- Timestamp:
- 03/18/2025 02:30:48 PM (11 months ago)
- Location:
- lmp-pregnancy-calculator
- Files:
-
- 6 added
- 2 edited
-
tags/1.0.3 (added)
-
tags/1.0.3/background-dots-light.png (added)
-
tags/1.0.3/calendar-icon.png (added)
-
tags/1.0.3/pregnancy-calculator.php (added)
-
tags/1.0.3/readme.txt (added)
-
tags/1.0.3/style.css (added)
-
trunk/pregnancy-calculator.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lmp-pregnancy-calculator/trunk/pregnancy-calculator.php
r3257225 r3257889 11 11 * Author: coderstime 12 12 * Author URI: https://profiles.wordpress.org/wpyork/ 13 * Version: 1.0. 213 * Version: 1.0.3 14 14 * Requires at least: 5.2 15 15 * Requires PHP: 5.6 … … 194 194 <div class="col-sm-12 col-lg-6"> 195 195 <div class="input-group date" id="datetimepicker1"> 196 <input type="date" id="menstrual" class="form-control" name="menstrual" value="'.$menstrual.'" class="medium" maxlength="10" min="'.date("Y-m-d", strtotime('-1 year')).'" max="'.date("Y-m-d" ).'">196 <input type="date" id="menstrual" class="form-control" name="menstrual" value="'.$menstrual.'" class="medium" maxlength="10" min="'.date("Y-m-d", strtotime('-1 year')).'" max="'.date("Y-m-d", strtotime('+1 year')).'"> 197 197 </div><!--date--> 198 198 </div><!--col-sm-7--> … … 281 281 <div class="col-sm-7"> 282 282 <div class="input-group date" id="datetimepicker1"> 283 <input type="date" id="conception" class="form-control" name="conception" value="'.$conception.'" class="medium" min="'.date("Y-m-d", strtotime('-1 year')).'" max="'.date("Y-m-d" ).'">283 <input type="date" id="conception" class="form-control" name="conception" value="'.$conception.'" class="medium" min="'.date("Y-m-d", strtotime('-1 year')).'" max="'.date("Y-m-d", strtotime('+1 year')).'"> 284 284 285 285 </div> -
lmp-pregnancy-calculator/trunk/readme.txt
r3257228 r3257889 5 5 Tested up to: 6.7 6 6 Requires PHP: 5.6 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Note: See TracChangeset
for help on using the changeset viewer.