Hi Paul,
Try:
CDate(Picture({Number_field}, 'xxxx/xx/xx')) IN LastFullMonth
Do note that this will not translate to where clause. You should use a SQL Expression to convert the number field to Date using database specific functions.
You can then use a Record Selection that looks like:
{%SQL Expression} IN LastFullMonth
-Abhilash