Typo3 中是否有办法以优雅的方式查询日期?我对 *tt_content* 字段日期进行了实验,发现日期保存为 10 个字符长的整数。我认为它是另一种格式。
我想要这样的东西:
10 < styles.content.getLeft
10 {
select {
where = date = %y2011 //everything with year 2011
}
}
或者
10 < styles.content.getLeft
10 {
select {
where = date > 23-1-1996
}
}