mirror of
https://github.com/jonathan-martz/pocketbase-php-sdk.git
synced 2026-04-03 07:27:42 +00:00
change date format
This commit is contained in:
@@ -34,7 +34,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Format the date as YYYY-MM-DD
|
// Format the date as YYYY-MM-DD
|
||||||
currentDate := now.Format("01-02-2006")
|
currentDate := now.Format("01.02.2006")
|
||||||
|
|
||||||
recipient := "support@jonathan-martz.de"
|
recipient := "support@jonathan-martz.de"
|
||||||
subject := "PHPUnit - PocketBase PHP SDK - " + currentDate
|
subject := "PHPUnit - PocketBase PHP SDK - " + currentDate
|
||||||
|
|||||||
Reference in New Issue
Block a user