It really depends on what you're asking. This is a fairly vague question.
If you're looking for a list of all dates between a month chosen in a date picker, for instance, something like this would work:
|gentimes start=-1|addinfo|eval date=strftime(mvrange(info_min_time,info_max_time,"1d"),"%F")|mvexpand date|table date
something similar could be applied if you're looking for dates reporting in a set of data. To really help, it'd be great if you could offer more details, thanks 🙂
This is perfectly work for me. Thanks @cmerriman
It really depends on what you're asking. This is a fairly vague question.
If you're looking for a list of all dates between a month chosen in a date picker, for instance, something like this would work:
|gentimes start=-1|addinfo|eval date=strftime(mvrange(info_min_time,info_max_time,"1d"),"%F")|mvexpand date|table date
something similar could be applied if you're looking for dates reporting in a set of data. To really help, it'd be great if you could offer more details, thanks 🙂
In what format you'd input the month, with year?