By referring this i have created a udf to apply date filter ,
Convert TimeScript to Date in Azure CosmosDB SQL Query.
SELECT udf.convertTime(c.DatetimeEpoch) as CommandDate FROM c where c.columnH='acb' and c.CommandDate = '09/21/2019',
But this query doesnot work when i gave the udf out put in where clause.