NickeManarin / ScreenToGif

🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video.

Home Page:http://www.screentogif.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] please add guidance to tell the user how insert Date/Time in Name of file

Dr-Kaisa opened this issue · comments

commented

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

@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