code4moldova/voluntar-web

Send ISO date for demands list search filter

iamandrewluca opened this issue · 0 comments

Right now in src/app/admin/demands/demands-list/demands-list.component.ts:133 searchSubmit function we send full date with toGMTString.

Backend was changed to receive the date in ISO format. Need to change toGMTString to .toISOString()

Please test if everything is working fine.