Вход Регистрация
Файл: public/js/3rd_party/calendar_date_select/format_euro_24hr.js
Строк: 12
<?php
// Formats date and time as "01 January 2000 17:00"
Date.prototype.toFormattedString = function(include_time)
{
   
str Date.padded2(this.getDate()) + " " Date.months[this.getMonth()] + " " this.getFullYear();
   if (
include_time) { str += " " this.getHours() + ":" this.getPaddedMinutes() }
   return 
str;
}
?>
Онлайн: 1
Реклама