You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very useful If we could view the dates of our transactions. This would help manage payments better and make it easier to figure what transaction was what.
The text was updated successfully, but these errors were encountered:
The server doesn't log the timestamps of transactions at the moment unless MongoDB does it behind the scenes. This would require a change to the server.
It wouldn't be too hard to do, add this field to mongodb date: { type: Date, default: Date.now },
It automatically will add the date for each new entry
It would be very useful If we could view the dates of our transactions. This would help manage payments better and make it easier to figure what transaction was what.
The text was updated successfully, but these errors were encountered: