Hello,
Thanks for the understanding of my explanation. this bring me to my next
question. wot im trying to do is, if the user wants to add an event
(which happens over a period of time, it could be an hour, a day, a week,
etc - using the 24 hour clock) how do i go about doing this or wot date
format do i use? I would like the details to be displayed twice if for eg,
the event follows next day. At present the code doesnt do wot i want it
to do using the date format shown below. My present code just has the date
formats initalised, and using a SQL query im pulling and inserting data in
as requried!! very simple. I need help on this!!
if u need more infor or if im not explaning it clearly plz say so!!
seema
> Hi,
>
I> have this bit of code which has been given to me. I only know bits
and
p> iece of java and JSP so i need some help on this!!!
> This is only part of the initialization code:
> java.util.Date(25200000)
j> ava.util.Date(111540000)
> im trying to figure out wot format this 25200000 and 111540000 is. ive
b> een told that 25200000 is 00:00 and 111540000 is 23:59 but i just dont
u> nderstand how it is??? can someone explain this or if it is wrong wot i
n> eed to get a format of 00:00 and 23:59.
>
s> eema