Hello..
i have two dates one is trdate e.g. "2008-02-20 12:55:25.000" (sql server format)
another one is currdate system current time (date.now)
if time passed more than 30 minutes than trdate
means cuurdate' time is 30 more than the trdate's time then i want to delete that record..
but i don't to how to fatch 30 mins difference from both dates..
both dates r as datetime
could u plz help me?
thanking u in advaced...
i have two dates one is trdate e.g. "2008-02-20 12:55:25.000" (sql server format)
another one is currdate system current time (date.now)
if time passed more than 30 minutes than trdate
means cuurdate' time is 30 more than the trdate's time then i want to delete that record..
but i don't to how to fatch 30 mins difference from both dates..
both dates r as datetime
could u plz help me?
thanking u in advaced...
Comment