Posts by Marcio dos A. Junior • 11 points
2 posts
-
0
votes2
answers151
viewsA: Axios Node Put with authentication does not access
Actually, I think it works, but it specifically deals with signed certificates. It doesn’t allow expired or invalid certificates. To allow any certificate, you must add this line at the top of your…
-
1
votes4
answers40794
viewsA: Convert date from DD/MM/YYYY to YYYY-MM-DD in Javascript
It’s simple! moment('08/04/2018 00:00:00', 'DD/MM/YYYY HH:mm:ss', true).format('YYYY-MM-DD HH:mm:ss')
javascriptanswered Marcio dos A. Junior 11