How to filter system time + 12 hours
You can use Systime() function for getting syatem time. But for adding +12 hours no direct function is available i guess.You have to conver it into minutes +add minutes (12*60) and then again convert it in to time.
Can you Please tell me the query to write