/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function getDia( $timestamp = 0 ){ } function getMes( $timestamp = 0 ){ $meses = array('','Enero','Febrero','Marzo','Abril','Mayo','Junio','Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'); }