Reply Review

Reply to:

Fernando wrote on 2013-11-06 19:04:54

<?php
require_once("classes/tc_calendar.php");
date_default_timezone_set('America/Argentina/Buenos_Aires');
setlocale(LC_ALL, NULL);
setlocale(LC_ALL,"es_AR");
$date = date("Y-m-d");
$day = date('d', strtotime($date));
$month = date('m', strtotime($date));
$year = date('Y', strtotime($date));
$myCalendar = new tc_calendar("fecha_pag", true);
$myCalendar->setIcon("imagenes/iconCalendar.gif"); $myCalendar->setDate($day, $month, $year);
$myCalendar->setDateFormat("Y-m-d");
$myCalendar->writeScript();
?>

Message:
Name:
Email:
(optional)
(Your email that entered here will not show anywhere on website and will use only reference when someone reply your post)
  I want to receive a copy of email on this post (your email is needed)
 
Code:
 
 
Search this site
Programming Tutorial
CSharp (21)
PHP (12)
HTML (12)
ASP (14)