Hey Appery.io,
I am designing an app that allows you to see upcoming events added by a user on a timeline [something like a twitter]. The only issue is that Im having problems setting up date and time to sort to show the upcoming events first on the timeline. The UI tools only have a date picker but not a time picker. How can I effectively set this up to where my list service displays the upcoming events based on the time and date submitted by the user rather than the most recent addition to my database ( _createdAt)
Also in that same nature, with the current system time and the time/date inserted by the user I want to communicate that the event is happening NOW with the words "NOW" on the timeline. What java script code would I use for something like this
Any tips/idea how i should go about this.