Autor Tema: Fecha  (Leído 4545 veces)

C4BR3R4

  • SuperAdmin.
  • *
    • Ver Perfil
Fecha
« en: 30 de Abril de 2018 a las 19:09 »
Fecha
Inserta la fecha actual en negrita y subrayado.


Icono: http://www.iconarchive.com/show/project-icons-by-bogo-d/Calendar-Blue-icon.html

/Sources/Subs-Editor.php

Código: (Buscar) [Seleccionar]
array(
'image' => 'quote',
'code' => 'quote',
'before' => '[quote]',
'after' => '[/quote]',
'description' => $txt['bbc_quote']
),

Código: (Añadir después) [Seleccionar]
array(
'image' => 'fecha',
'code' => 'fecha',
'before' => '[u][b] de del 2018',
'after' => '[/b][/u]',
'description' => $txt['fecha']
),



/Sources/Subs.php



/Themes/default/languages/index.spanish_es.php

Código: (Buscar) [Seleccionar]
?>
Código: (Insertar antes) [Seleccionar]
// Fecha
$txt['fecha'] = 'Insertar la fecha actual';

C4BR3R4

  • SuperAdmin.
  • *
    • Ver Perfil
Fecha
« Respuesta #1 en: 14 de Febrero de 2020 a las 18:51 »

C4BR3R4

  • SuperAdmin.
  • *
    • Ver Perfil
Fecha
« Respuesta #2 en: 13 de Octubre de 2020 a las 09:03 »
Se añaden saltos de línea, el indicador de versión y una linea de información.

Se modifica el archivo quedando como sigue:
Código: [Seleccionar]
array(
'image' => 'fecha',
'code' => 'fecha',
'before' => '\n[u][b] de  del 2020',
'after' => '[/b] v0.0[/u]\n## \n',
'description' => $txt['fecha']
),

C4BR3R4

  • SuperAdmin.
  • *
    • Ver Perfil
Fecha
« Respuesta #3 en: 01 de Octubre de 2022 a las 12:30 »
Se añade el nombre del día.

Se modifica el archivo quedando como sigue:
Código: [Seleccionar]
array(
'image' => 'fecha',
'code' => 'fecha',
'before' => '\n[u][b]Xxxxx, de  del 2022',
'after' => '[/b] v0.0[/u]\n## \n',
'description' => $txt['fecha']
),