Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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) ...
nstuyvesant's user avatar
  • 1,516
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....
Maksim Nesterenko's user avatar