Blog Archives

How to validate sunday date or skip sunday date in php


Hi Friends I was working on yii2 framework project in which i as working on delivery date in which it should skip shipping or delivery date on sunday as saturday is also working day,so i came up with idea to

Tagged with: , , , , , , , ,
Posted in php

php code to add and back a week


if(isset($_POST[‘add_week’])){ $week = date(‘d-m-Y’, strtotime($_POST[‘last_week’])); $new_week = strtotime ( ‘+1 week’ , strtotime ( $week ) ) ; $new_week = date(‘d-m-Y’, $new_week); $week_number = date(“W”, strtotime( $new_week)); $year = date(“Y”, strtotime( $new_week)); }else if(isset($_POST[‘back_week’])){ $week = date(‘d-m-Y’, strtotime($_POST[‘last_week’])); $new_week =

Tagged with: , , , , , , , ,
Posted in php
Follow Tutorial on WordPress.com
categories
Calendar
April 2024
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  
Follow me on Twitter
Blog Stats
  • 88,189 hits