BlogPostDate returns as False or Empty
Question
Sep 26, 2017
Hello Kentico Team, I am attempting to add a "published on" date to my blog post transformation, but for some reason all of my attempts have returned no results. `<%# IfEmpty(Eval("BlogPostDate"), "No BlogPostDate", GetDate("BlogPostDate")) %>` An IfEmpty test like the one ...