Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: mw9286Hello:
I want to parse a date/time field to 2011-08-14 22:57:19 a date only field.
I receive the following error when trying this filter logic:
emit START_DT=date(QUOTE_TS,"CCYY-MM-DD")
<logEvent id="0" parent="0" chain="0" timestamp="1407180071000" level="WARN">
<message xsi:type="rawMessage"><![CDATA[cannot parse value ' ' with format 'CCYY-MM-DD']]></message>
<detail xsi:type="cppDetail" context="parseDate()" line="179" file="build/linux-x86-64/release/code/source/brain/expert/ToDate_ExprOp.cpp" </detail>
</logEvent>