Jump to content
  • 0

Birthdate Question ( FluxCP )


syn9673

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  89
  • Reputation:   36
  • Joined:  04/22/19
  • Last Seen:  

How does fluxcp insert the YYYY-MM-DD format in birthdate, cause when i do it, it is formatted to iso. Thanks.
Edit: ( Making it much clearer )
Was wandering what does fluxcp do in order to save YYYY-MM-DD format to the birthdate column. Because when i did it, using nodejs. It formatted it to an ISO Date. Anyone knows why?

Edited by Universe
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3122
  • Reputation:   1616
  • Joined:  03/26/12
  • Last Seen:  

Looking at the code, it's a straight format using the date() function.

date('Y-m-d', $birthdatestamp)

 

Link to comment
Share on other sites

×
×
  • Create New...