NickeManarin / ScreenToGif

🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video.
http://www.screentogif.com
Microsoft Public License
23.04k stars 2.15k forks source link

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

Closed Dr-Kaisa closed 3 months ago

Dr-Kaisa commented 3 months ago

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:

pawlos commented 3 months ago

@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

pawlos commented 3 months ago

@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.

yuyeqianxun commented 16 hours ago

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