|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
i want to know how to get the date from the system to add to a database and define another day with respect to that date..
how to get the date to add to the db. |
|
#3
|
|||
|
|||
|
thanks a lot .that article helped me a lot.
|
|
#4
|
|||
|
|||
|
jsp and java
what does this mean in a jsp file.this is a jsp file i came across and it's name is delete.jsp.there is this scriptlet.thanks in advance.
<% String url = "http://"+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+ "/jsp/list.jsp"; response.setHeader("Refresh","3; URL="+url); %> |
|
#5
|
||||
|
||||
|
That scriptlet would set the HTTP header to relocate the page to another url.
the request variable holds some information about the page itself. |
|
#6
|
|||
|
|||
|
date n duration
I think u should c if ur ide's option for date functions
such as Date.addDays() or .addYear()... which ide u r using? n also z duration defn should some before int duration=4; lenddate.addDays(duration); for example will c how it works on sun one studio n let u know chao, neo |
|
#7
|
|||
|
|||
|
java date
thanks . i found date formats and date definitions
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > Java Development > if anyone can help.. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|