Formats start and end dates into the specific date range format
required by the LinkedIn API.
Usage
build_daterange_param(start_date, end_date)
Arguments
- start_date
The start date (Date object or "YYYY-MM-DD" string).
- end_date
The end date (Date object or "YYYY-MM-DD" string).
Value
A URL-encoded string for the dateRange
parameter.