Annotation of parser3/tests/274.html, revision 1.1
1.1 ! misha 1: @main[][n;d;d2]
! 2: $n[^date::now[]]
! 3: $d[^date::today[]]
! 4: ^if($n.year == $d.year && $n.month == $d.month && $n.day == $d.day && $d.hour == 0 && $d.minute == 0 && $d.second == 0){OK}{Failed}
! 5:
! 6: <hr />
! 7:
! 8: $d2[^date::create(2000;02;29;01;23;45)]
! 9: ^d2.sql-string[]<br />
! 10: ^d2.sql-string[datetime]<br />
! 11: ^d2.sql-string[date]<br />
! 12: ^d2.sql-string[time]<br />
! 13: ^try{
! 14: ^d2.sql-string[hren]
! 15: }{
! 16: $exception.handled(true)
! 17: $exception.type
! 18: $exception.source
! 19: $exception.comment
! 20: }
E-mail: