Posts by Rodrigo • 126 points
3 posts
-
1
votes1
answer900
viewsA: Compare Angular Data Js
Date comparison can be done using pure Javascript through Date class objects. const data1 = new Date('Sat Oct 14 2017 11:43:46 GMT-0300 (Hora oficial do Brasil)'); const data2 = new Date('Sat Oct 14…
-
0
votes1
answer760
viewsA: How can I block access to application pages with session filter?
Change the user to check if the HTTP session has the "user" attribute, please run below: public void init(FilterConfig fConfig) throws ServletException { } public void doFilter(ServletRequest…
-
0
votes1
answer276
views