Skip to main content

I have a RUN_DATE field in a File Geodatabase Feature Class Attribute Table. In this field is the current date (today’s date). I want to use a Tester after the DateTimeConverter Transformer to select only the values in the RUN_DATE field that are today’s date. I have tried this and get no passes, all failed. Is there a specific date format that needs to be used for the @DateTimeNow() function?

Here are the parameters in the Tester (that is immediately after the DateTimeConverter Transformer:

 

 

Here are the parameters in the DateTimeConverter Transformer:

 

 

 

Here are the values in the attribute table (after the DateTimeConverter Transformer has been run) circled in red is today’s date:

 

 

Here is a screenshot of my workspace: