When creating nodes, you can enter a separate title for the menu link. Generally this is useful if your node title is really long, and you want a shorter title to appear in the menu (e.g. node title: 'Our valued clients', menu link title: 'Clients').
Using Views, you can get a node's title very easily. However there is no way of getting its menu link title! I'd like to suggest adding the ability to get a node's 'menu link title' to Views.
Recent comments
Just FYI, for field API date fields that use ISO format (basically a string), the resulting expression produced by the date_views_filter_handler_simple handler is DATE_FORMAT(STR_TO_DATE(...
Filter view on date
I think storing as timestamps would be the simplest and best way. Thanks for the help!!
Filter view on date
Yes, what I suspected. The core views filter handler for dates (views_handler_filter_date) can only handle UNIX timestamp sql columns. You'll either need to extend that filter handler to...
Filter view on date