A simple case is to output the number of nodes created per month. We can use Count to aggregate the number but there seems to be no option to enable per-month aggregation for 'created' timestamp - only 'Value' aggregation is available.
MYSQL has 'FROM_UNIXTIME()' feature for this case (not sure about other DB engines).
↧
Add an option for granular timestamp date aggregation in Views
↧