__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="calendar" xml:lang="es">
  <info>
    <link type="guide" xref="index#dialogs"/>
    <desc>Use la opción <cmd>--calendar</cmd>.</desc>
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Daniel Mustieles</mal:name>
      <mal:email>[email protected]</mal:email>
      <mal:years>2012-2014</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Jorge González</mal:name>
      <mal:email>[email protected]</mal:email>
      <mal:years>2007-2010</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Alejandro Aravena</mal:name>
      <mal:email>[email protected]</mal:email>
      <mal:years>2005</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>QA: Francisco Javier F. Serrador</mal:name>
      <mal:email>[email protected]</mal:email>
      <mal:years>2005</mal:years>
    </mal:credit>
  </info>
  <title>Diálogo de calendario</title>
    <p>Use la opción <cmd>--calendar</cmd> para crear un diálogo de calendario. Zenity devuelve la fecha seleccionada a la salida estándar. Si no se especifica una fecha en la línea de comando, el diálogo usa la fecha actual.</p>
    <p>El diálogo de calendario soporta las siguientes opciones:</p>

    <terms>

      <item>
        <title><cmd>--text</cmd>=<var>texto</var></title>
	<p>Especifica el texto que se muestra en el diálogo del calendario.</p>
      </item>
     	
      <item>
        <title><cmd>--day</cmd>=<var>día</var></title>
	<p>Especifica el día que se selecciona en el diálogo del calendario.«Día» debe ser un número entre 1 y 31 ambos incluídos.</p>
      </item>

      <item>
        <title><cmd>--month</cmd>=<var>mes</var></title>
	<p>Especifica el mes que se selecciona en el diálogo del calendario. «Mes» debe ser un número entre 1 y 12 ambos incluídos.</p>
      </item>

      <item>
        <title><cmd>--year</cmd>=<var>año</var></title>
	<p>Especifica el año que se selecciona en el diálogo del calendario.</p>
      </item>

      <item>
        <title><cmd>--date-format</cmd>=<var>formato</var></title>
	<p>Especifica el formato que se devuelve desde el diálogo de calendario después de la selección de la fecha. El formato predeterminado depende de configuración regional. «Formato» debe ser un formato que sea compatible con la función <cmd>strftime</cmd>, por ejemplo <var>%A %d/%m/%y</var>.</p>
      </item>

    </terms>

    <p>El siguiente script de ejemplo muestra cómo se crea un diálogo de calendario:</p>

<code>
#!/bin/sh


if zenity --calendar \
--title="Seleccione una fecha" \
--text="Pulse en una fecha para seleccionarla." \
--day=10 --month=8 --year=2004
  then echo $?
  else echo "No ha seleccionado ninguna fecha"
fi
</code>


    <figure>
      <title>Ejemplo de un diálogo de calendario</title>
      <desc>Ejemplo de un diálogo de calendario de Zenity</desc>
      <media type="image" mime="image/png" src="figures/zenity-calendar-screenshot.png"/>
   </figure>
</page>

Filemanager

Name Type Size Permission Actions
figures Folder 0755
calendar.page File 3.33 KB 0644
color-selection.page File 2.4 KB 0644
entry.page File 2.65 KB 0644
error.page File 1.8 KB 0644
file-selection.page File 3.23 KB 0644
forms.page File 3.4 KB 0644
index.page File 1.78 KB 0644
info.page File 1.87 KB 0644
intro.page File 2.06 KB 0644
legal.xml File 3.49 KB 0644
list.page File 3.8 KB 0644
message.page File 1.59 KB 0644
notification.page File 3.42 KB 0644
password.page File 2.26 KB 0644
progress.page File 3.29 KB 0644
question.page File 1.82 KB 0644
scale.page File 3.14 KB 0644
text.page File 3.3 KB 0644
usage.page File 9.34 KB 0644
warning.page File 1.86 KB 0644
Filemanager