echo date('Y-m', strtotime(date('Y-m').'-01'.' -1 months')).'-01';
2 lis 2016
echo date('Y-m', strtotime(date('Y-m').'-01'.' -1 months')).'-01';
$('#czas').html('');
var start = new Date();
for (var i = 0; i <10; i++) {
console.log(i);
}
var end = new Date();
$('#czas').html(end - start);
$log_time=date('Y-m-d_His');
if($log && date('Y-m-d')=='2012-08-11' && date('H')<=6) {
error_log($sql."",3,'log/select_'.$log_time.'.log');
}
Zapis, gdy data to 2012-08-11 i godzina mniejsza równa 6.
if($log_on && date('Y-m-d')=='2012-07-11'&& date('H')<=6) {
error_log($log_line, 3, $log_file);
}
$get['year']='2010';
$get['year']='02';
$arr_month_days = array(0,31,28,31,30,31,30,31,31,30,31,30,31);
$month_days=$arr_month_days[(int)$get['month']];
if($get['month']==2 && date('L',strtotime($get['year'].'-'.$get['month']))) {
$month_days=29;
}