kentico_ivanat
-
7/4/2012 12:34:56 AM
RE:Date format of macro expressions and safe use in SQL where clause
Hi,
finally it is not a bug.
1. Into the where condition must be inserted data in database collation, in your case in us culture. From our side we cannot parse all strings and search for dates and convert them. It would not be effective.
2. But there is an easy solution. You can convert dates easily using:
{%CurrentUser.LastLogon|(culture)en-us%}
Best regards, Ivana Tomanickova
|