I am adding a new "Custom Post Type" named "Seminar". I am defining three custom fields
- Location
- StartTime
- EndTime
StartTime and EndTime are going to store dates (surprise, surprise). I am wondering if there's any way to tell WordPress to treat these like dates so that I can sort by them and stuff.
I am very new to WP, so forgive me if this is a dumb question.