Skip to main content

New answers tagged

0 votes

is there a way to force minutes vs. months format

Wrap your formula with MINUTE() and then use a custom format of 00
gns100's user avatar
  • 1,126
1 vote

is there a way to force minutes vs. months format

Use the following format: [mm] (the brackets allow you to format time as a duration and not a time of day)
cybernetic.nomad's user avatar
1 vote

Plex view date history for Recently Played Movies

This answer is for Plex Web version 4.125.1. In the file page for the movie of interest, click on the three points icon. In the resulting menu, select "View Play History". The app will ...
jorvaor's user avatar
  • 21
2 votes

How to detect even or odd minutes in bash script

Working with hours or minutes as numbers in bash has a nasty edge case: bash treats numbers with a leading zero as octal, and 08 and 09 are invalid octal numbers: min=09 echo $(( min % 2 == 0 )) bash:...
glenn jackman's user avatar

Top 50 recent answers are included