What is the structure of your field? You could convert it to date or use the opposite direction and convert Minimum and Maximum of LastFullMonth to strings for comparison with your saved string.
For example, today is 8/31/2015 and
ToText(Minimum(LastFullMonth), 'MM/dd/yyyy')
returns a string of '07/01/2015'