Tag

recurrence

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Jun 4, 2023 · Fundamentals

Using Python dateutil for Date and Time Parsing, Manipulation, and Formatting

This article introduces the Python dateutil library, showing how to install it, parse various date strings, perform date arithmetic with relativedelta, handle time zones, format dates, compute intervals, parse ISO strings, and generate recurring events through clear code examples.

DateTimeParsingdateutil
0 likes · 8 min read
Using Python dateutil for Date and Time Parsing, Manipulation, and Formatting
Sohu Tech Products
Sohu Tech Products
Jun 23, 2021 · Mobile Development

Implementing Weekday Calendar Reminders with Holiday Filtering on iOS

This article demonstrates how to create recurring iOS calendar reminders for Monday‑to‑Friday workdays, filter out Chinese statutory holidays using an external holiday‑cn JSON source, and handle make‑up workdays, providing complete Swift code and step‑by‑step explanations.

EventKitSwiftcalendar
0 likes · 17 min read
Implementing Weekday Calendar Reminders with Holiday Filtering on iOS
Qunar Tech Salon
Qunar Tech Salon
Apr 3, 2015 · Fundamentals

Fundamentals of Dynamic Programming: Concepts, Strategies, and Implementation Steps

This article explains the fundamentals of dynamic programming, covering its basic concepts, underlying ideas, applicable problem properties, step‑by‑step solution methodology, implementation considerations, and provides a concise pseudo‑code framework to illustrate the algorithmic process.

DP fundamentalsOptimizationalgorithm design
0 likes · 7 min read
Fundamentals of Dynamic Programming: Concepts, Strategies, and Implementation Steps