All Questions
Tagged with node-postgres angularjs
2 questions
0
votes
1
answer
467
views
AngularJS file upload, Express and node-postgres (pg)
Got a component in AngularJS (porting soon to Angular 7) for updating a user profile that invokes an AngularJS service method to perform a PUT to /api/user/:id.
Want to add a small photo (<100K) ...
7
votes
2
answers
9k
views
How to set right date format for editable-date
I getting some date fileds from postgres with format like:
"2000-11-30T14:00:00.000Z"
I can't use this in my editable-date field on page. Something like:
<a href="#" editable-date="employee....