Posts by DudisRoyer • 75 points
2 posts
-
6
votes4
answers2972
viewsQ: Convert data to Timezone
new Date() in Javascript returns me this format: Tue Apr 01 2014 13:43:13 GMT-0300 (BRT) I need to convert this to a java.util.Date. That’s what I’m trying to use SimpleDateFormat but I couldn’t…
-
1
votes1
answer274
viewsQ: How to make it load the full Welcome-file url
In web.xml it is mapped like this: <welcome-file-list> <welcome-file>agendamento/index.xhtml</welcome-file> </welcome-file-list> When opening the application in the browser…