Skip to content

Instantly share code, notes, and snippets.

View Vonarian's full-sized avatar
🐈
Petting muh cat

Ardeshir Nahavandi Fard Vonarian

🐈
Petting muh cat
View GitHub Profile
@Vonarian
Vonarian / main.dart
Last active October 1, 2025 13:13
Time calculation
// Define the start and end times
// These can now be "h:mm AM/PM" or "HH:mm"
String startTimeStr = "8:31 AM";
String endTimeStr = "5:00 PM";
// Example for 24-hour format:
// String startTimeStr = "08:46";
// String endTimeStr = "17:30";
// Example for mixed formats: