I just started maintaining a pretty large Drupal website. The site has a playlist that lists songs. The content type for each song has a text field where the user types in the time the song was played. Yes, its a TEXT field, not a date field :( So by default in Views I have no way of exposing a filter with a BETWEEN
operator. Ugh.
Is there any way I could possible convert this field to a date field so I can use the between
operator? Or maybe there's some other work-around I could do? Thanks for any help.