Files
2026-03-19 16:16:24 +01:00

41 lines
2.2 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>MINUTE funkcija</title>
<meta charset="utf-8" />
<meta name="description" content="MINUTE funkcija vraća minut vremenske vrednosti." />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type="text/css" rel="stylesheet" href="../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../../../../../../common/main/resources/help/search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Pretraga" type="text" onkeypress="doSearch(event)">
</div>
<h1>MINUTE funkcija</h1>
<p><b>MINUTE</b> funkcija je jedna od <a href="../UsageInstructions/InsertFunction.htm#datetime" onclick="onhyperlinkclick(this)">funkcija za datum i vreme</a>. Vraća minut (broj od 0 do 59) vremenske vrednosti.</p>
<h3>Sintaksa</h3>
<p><b><em>MINUTE(serial_number)</em></b></p>
<p><b>MINUTE</b> funkcija ima sledeći argument:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4" width="150ch"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Opis</b></th>
</tr>
<tr>
<td><b><em>serial_number</em></b></td>
<td>Vreme koje sadrži minut koji želite da pronađete.</td>
</tr>
</table>
<h3>Napomene</h3>
<p><b><em>serial_number</em></b> može biti izražen kao tekstualna vrednost (npr. "13:39"), decimalni broj (npr. 0.56 odgovara 13:26) ili rezultat formule (npr. rezultat <b>NOW</b> funkcije u podrazumevanom formatu 26.9.12 13:39).</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">Kako primeniti</a> <b>MINUTE</b> funkciju.</p>
<h3>Primeri</h3>
<p>Slika ispod prikazuje rezultat koji vraća <b>MINUTE</b> funkcija.</p>
<p><img alt="MINUTE funkcija" src="../images/minute.png" /></p>
</div>
</body>
</html>