[GH-ISSUE #1286] [Feature Request] please add guidance to tell the user how insert Date/Time in Name of file #945

Closed
opened 2026-02-26 09:33:06 +03:00 by kerem · 3 comments
Owner

Originally created by @Dr-Kaisa on GitHub (Mar 8, 2024).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1286

Originally assigned to: @NickeManarin on GitHub.

Is your feature request related to a problem? Please describe.
it just indicate insert Date/Time in "??",but didnt tell use which word
i try many times,and find that:

  • D:Date with the day of week
  • HH:hour
  • FF: seconds
  • MM:month
    but..where is mins?or day of month
Originally created by @Dr-Kaisa on GitHub (Mar 8, 2024). Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1286 Originally assigned to: @NickeManarin on GitHub. **Is your feature request related to a problem? Please describe.** it just indicate insert Date/Time in "??",but didnt tell use which word i try many times,and find that: - D:Date with the day of week - HH:hour - FF: seconds - MM:month but..where is mins?or day of month
kerem 2026-02-26 09:33:06 +03:00
Author
Owner

@pawlos commented on GitHub (Mar 8, 2024):

@Dr-Kaisa Didn't check the code but I would assume it uses the standard .NET DateTime custom formats. So mins would be 'mm', day of the month would be "dd" would be the day of the month. 'ff' - I is the fraction of a second (in this case 1/100th). Seconds would be 'ss'.

See: https://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings

<!-- gh-comment-id:1985117222 --> @pawlos commented on GitHub (Mar 8, 2024): @Dr-Kaisa Didn't check the code but I would assume it uses the standard .NET DateTime custom formats. So mins would be 'mm', day of the month would be "dd" would be the day of the month. 'ff' - I is the fraction of a second (in this case 1/100th). Seconds would be 'ss'. See: https://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings
Author
Owner

@pawlos commented on GitHub (Mar 11, 2024):

@NickeManarin I think it would be nice addition to for example this page https://github.com/NickeManarin/ScreenToGif/wiki/Help-%E2%96%AA-Editor-%E2%9C%8F%EF%B8%8F-%E2%96%AA-Exporting-your-project-%F0%9F%92%BE#-basic-workflow-for-exporting-our-project to include info about the possible options.

<!-- gh-comment-id:1989230233 --> @pawlos commented on GitHub (Mar 11, 2024): @NickeManarin I think it would be nice addition to for example this page https://github.com/NickeManarin/ScreenToGif/wiki/Help-%E2%96%AA-Editor-%E2%9C%8F%EF%B8%8F-%E2%96%AA-Exporting-your-project-%F0%9F%92%BE#-basic-workflow-for-exporting-our-project to include info about the possible options.
Author
Owner

@yuyeqianxun commented on GitHub (Jul 1, 2024):

Insert the DateTime between ?, for example: ?yyyy-MM-dd?.

<!-- gh-comment-id:2199003234 --> @yuyeqianxun commented on GitHub (Jul 1, 2024): Insert the DateTime between ?, for example: ?yyyy-MM-dd?.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#945
No description provided.