parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

Ответ

skiv 10.04.2008 11:24

у меня выдается false... пробовал и так:
$currentDate[^date::now[]]
$anotherDate[^date::create($currentDate.year;$currentDate.month;$currentDate.day)]
^if(^math:floor($currentDate) > ^math:floor($anotherDate)){
	true
}{
	false
}
и так:
$currentDate[^date::create[2008-04-08 12:48:05]]
$anotherDate[^date::create[2008-04-08 00:00:00]]
^if(^math:floor($currentDate) > ^math:floor($anotherDate)){
	true
}{
	false
}
parser 3.2.2