Perspective table column filter with date render

Good day to everyone!
I tried to use feature of separate column filtering in Perspective table component and ran into a little problem. While "string" render columns work good, "date" render columns don't work. I think, that's because I use non-standart date format.


image

No matter what filter condition I use, result count always is 0.
Tried to use standart datetime format

image

But it didn't work either.
Any suggestions what can I do in this situation? Maybe is it possible somehow to change datetime format in filter mechanism? Thanks in advance!

image

I took dataset from tag with already defined column types, built new dataset with some changes via script without datatypes definition and then added it to table.props.data. As a result, all types in new dataset was string. Rendering columns changed visual representing in table, that's why I didn't notice this. Building DS with strict column types solved my problem, all works fine.