HassanmrwtOriginal post
Rank 2: Process
I am facing in issue with appwrite when I store datetime type from front end and the backend side is Daytime type it gives error. When I have attribute with integer type it gives an error also with Datetime.now()
#🗂│support #support
@Eldad
@Aditya Oberai
Summary
The user is facing an issue with storing datetime types in Appwrite. When using the DateTime.now() method, it gives an error. The solution is to use the DateFormat library to format the date and time into an ISO string before storing it in Appwrite.