Search the FirstSpirit Knowledge Base
Hi Community,
how can I use SearchService to search content with a specified date in a datefield...?
PatternClause online = new PatternClause("ptValidTo", "XXXXXXXXXXXXX");
thanks
best regards
antonio
Hi Antonio,
the format of date is yyyy_MM_dd_HH_mm.
Additionally be aware that date/time is stored in GMT.
So if you want to search for a date without time, set hour and minute to 0 and set the time zone to GMT.
Kind regards
Jan Tilo
Hi Antonio,
the format of date is yyyy_MM_dd_HH_mm.
Additionally be aware that date/time is stored in GMT.
So if you want to search for a date without time, set hour and minute to 0 and set the time zone to GMT.
Kind regards
Jan Tilo
Hi Jan Tilo,
great thanks a lot
best regards
antonio