sir i have a teble in a database with fields 1.id 2.tdate (dd/mm/yy) 3.title how do i check for equality compatibility of tdate with system date) select * from table where tdate = system date //----> some other format is there any way to make them both compatible with each other so they could be checked for equality.(using java or java servlet)
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: checking for compatibility of dates in servlet