0 Get current date using Lava 1 David Stevens posted 9 Years Ago According to the official Liquid repo, using 'Now' or 'Today' returns the current date and time. I've tried several different variables in Rock to return the current date, but can't get anything. Am I missing something?
David Stevens 9 years ago You're right, that works.I had tried 'Now', 'Date', 'Today', 'DateTime.Now', 'DateTime.GetDate' but it doesn't return anything unless the date format is specified. Ruby Liquid will return the date without having to specify a format.Thanks Nick!