Hello @ManjulaPongiappan,
is this query def in javascript then you can use formatDate function to simple YYYY-MM-DD H:M:S
<where>
<condition expr={"@created > " + formatDate(date,"#YYYY:MM:SS %02H:%02N:%02S#")}
notice the brackets {} if you do not use them in xml the variable will not be recognize...