Mihaela,
The following assumes that you have the Views module installed: http://drupal.org/project/views
Create a view and use the filters section and click in the small+ symbol and select the followinf filter: "node: post date". Or, if you have a custom date field you created for that content type (requires both the cck http://drupal.org/project/cck and date http://drupal.org/project/date modules), then select the filter "content: field_<your custom field name>".
Those date filters can handle selecting dates within a range.
I'm not 100% sure I understood the question. Let me know if this helped.
Shai
On Dec 12, 2009, at 10:42 PM, Prkos prkos@prkos.hr wrote:
I need to filter nodes created in the current quarter, where starting and ending dates of each quarter are customly configured (but always the same within a year.)
Do I need to make a custom query or can it be done with arguments or with some other more or less automated way?
Thank you Mihaela -- [ Drupal support list | http://lists.drupal.org/ ]