61  /  79

How to do?

How to check that date is filling?
[if strtotime("{dateVariable}") > 0]date is filling[/if][else]date is empty[/else]

How to check that string is filling?
[if strlen("{stringParam}") > 0]string is filling[/if][else]string is empty[/else]