Skip to content

Commit

Permalink
Update proposals/date_replace_component.json
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Mohr <[email protected]>
  • Loading branch information
PondiB and m-mohr authored Oct 3, 2023
1 parent 5391a6a commit e2a2793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/date_replace_component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "date_replace_component",
"summary": "Replaces a part of a date",
"description": "Replaces a part of a given date string with a new value based on the provided component, allowing for easy replacing of dates.\n\n In case a date/time overflow, the component will be clipped to their respective bounds e.g. if hour is set to 27, it can be clipped to 23. Similarly, if day is set to -40, it can be clipped to the first day of the month",
"description": "Replaces a part of a given date string with a new value based on the provided component, allowing for easy replacing of dates.\n\nIn case a date/time overflow, the component will be clipped to their respective bounds e.g. if hour is set to 27, it can be clipped to 23. Similarly, if day is set to -40, it can be clipped to the first day of the month.",
"categories": [
"date & time"
],
Expand Down

0 comments on commit e2a2793

Please sign in to comment.