Ireland's Marine Atlas
Access to Ireland’s marine data and related information
menu
Digital Ocean Widgets
Date range picker
digitalocean.create({ type: 'date-range-picker', config: {} });
Date range picker - specify start and end dates
digitalocean.create({ type: 'date-range-picker', config: { startDate: '2020-08-09T10:00:00Z', endDate: '2020-08-16T10:00:00Z' } });
Date range picker - specify start date and days between
digitalocean.create({ type: 'date-range-picker', config: { startDate: '2020-08-09T10:00:00Z', daysBetween: 6 } });
Date range picker - specify end date and days between
digitalocean.create({ type: 'date-range-picker', config: { endDate: '2020-08-16T10:00:00Z', daysBetween: 3 } });