TIMER problem

Hello everyone, I’m new with Unity . How to make a count timer that will start count down for 15 minutes .and display that on screen in GUI .My timer should start with 15:00 (min:sec) it should gradually decrease as in real timer second for every 60 sec the min should decrease and when sec reach 60 it should again starts from 1 .When timer reach 00:00 print statement should come game over

Maybe these two scripts from the wiki will help:
GeneralTimer
SecondsToText