dd – Traduction – Dictionnaire Keybot

Spacer TTN Translation Network TTN TTN Login Deutsch English Spacer Help
Langues sources Langues cibles
Keybot 14 Résultats  r-d.com.ua
  formStructure.xml file ...  
mask – a mask which the date should be validated with. By default it is mm/dd/yyyy. The dividers do not matter. If mm, dd or yyyy could not be found the default mask is used.
una máscara con la cual la fecha debería ser validada. Por defecto es mm/dd/aaaa. Los separadores no importan. Si no se pudo encontrar mm, dd y aaaa, se utiliza la máscara predeterminada.
mask — маска , которая будет подтверждать дат у . По умолчанию стоит формат мм / дд / год. Если мм гггг чч или не может быть найден , то по умолчанию используется маска.
  JS Animated. How to cha...  
dateformat: ‘dd-mm-yy’
формат даты: ‘dd-mm-yy’
  JS Animated. How to cha...  
dateformat: ‘yy-mm-dd
формат даты: ‘yy-mm-dd’
  JS Animated. How to cha...  
dateformat: ‘mm-dd-yy’
формат даты: ‘mm-dd-yy’
  Simple Image Gallery | ...  
Here the big image which is placed to the
tag gets id #largeImg. When you click the thumbnails (small images), the path to the big picture is replaced by the link that is specified by href parameter for each thumbnail. Each thumbnail itself is placed to the
tag.
Aquí la imagen grande que se coloca en la etiqueta
obtiene id #largeImg. Al hacer clic en thumbnails (pequeñas imágenes), la ruta a la imagen grande es reemplazada por el vínculo que es especificado por parámetro href para cada thumbnail. Cada thumbnail se coloca en la etiqueta
.
  JS Animated. How to cha...  
// check date format regula.custom({ name:'Date', defaultMessage: "The text field can only contain data format MM/DD/YY!", validator:function(){ return /^(? :(? :(?:0?[13578]|1[02])(\/|-|\.)31)\1|(? :(?:0?[13-9]|1[0-2])(\/|-|\.)(?:29|30)\2))(?
// проверка формата даты (check date format) regula.custom({ name:'Дата (Date)', defaultMessage: "Текстовое поле может содержать только формат даты MM/DD/YY! (The text field can only contain data format MM/DD/YY!)", validator:function(){ return /^(?:(?:(?:0?[13578]|1[02])(\/|-|\.)31)\1|(?:(?:0?[13-9]|1[0-2])(\/|-|\.)(?:29|30)\2))(?:(?:1[6-9]|[2-9]\d)?\d{2})$|^(?:0?2(\/|-|\.)29\3(?:(?:(?:1[6-9]|[2-9]\d)?(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00))))$|^(?:(?:0?[1-9])|(?:1[0-2]))(\/|-|\.)(?:0?[1-9]|1\d|2[0-8])\4(?:(?:1[6-9]|[2-9]\d)?\d{2})$/.test(this.value) } })
  formStructure.xml file ...  
mask – a mask which the date should be validated with. By default it is mm/dd/yyyy. The dividers do not matter. If mm, dd or yyyy could not be found the default mask is used.
una máscara con la cual la fecha debería ser validada. Por defecto es mm/dd/aaaa. Los separadores no importan. Si no se pudo encontrar mm, dd y aaaa, se utiliza la máscara predeterminada.
mask — маска , которая будет подтверждать дат у . По умолчанию стоит формат мм / дд / год. Если мм гггг чч или не может быть найден , то по умолчанию используется маска.
  JS Animated. How to wor...  
rdc-event event item is a mandatory one. It should be set in MM/DD/YYYY format, otherwise the script will ignore it and won’t display this event in the calendar. An event itself can have any code structure included.
Обратите внимание: атрибут даты data-date=»10/28/2015″ в событии .rdc-event является обязательным. Значение атрибута необходимо задать в формате MM/DD/YYYY, иначе это событие не будет отображаться в списке событий в календаре. Само событие может иметь любую структуру кода.
  “Accordion”-3 | Templat...  
First we show the first ‘accordion’ element, setting .active class for header element (
tag) and applying .show() method for content element (
tag):
En primer lugar, mostramos el primer elemento de ‘acordeón’, configurando la clase .active para un elemento de cabecera (etiqueta
) y aplicando el método .show() para un elemento de contenido (etiqueta
):
  How to edit the “Under ...  
Scroll down to the very end of the document and change the date in format: "dd:hh:mm:ss" where it says
Al final del documento cambie la fecha en el formato: "dd:hh:mm:ss" (días, horas, minutos, segundos) donde se dice
Спуститесь вниз документа и измените формат даты: "dd:hh:mm:ss"
  JS Animated. How to set...  
Date should be specified in data-time attribute in the following format: DD month YYYY HH:MM.
Указывать дату в атрибуте data-time нужно в следующем формате: ДД месяц ГГГГ ЧЧ:MM (DD month YYYY HH:MM).
  “Accordion”-2 | Templat...  
It is possible to setup any panel active by default. You just need to set .active class for panel
tag and set 11 style for correspondent
tag.
Es posible configurar cualquier panel que es activo por defecto. Sólo tiene que configurar la clase .active para la etiqueta
del panel y especificar el estilo 11para la etiqueta
correspondiente.
  How to edit the “Under ...  
// also you cannot specify a format unordered (e.g. hh:ss:mm is wrong) format: "dd:hh:mm:ss", startTime: "01:12:32:55", digitImages: 6, digitWidth: 53, digitHeight: 77, timerEnd: function(){}, image: "digits.png" }; var digits = [], interval;
// Default options (Las opciones por defecto) var options = { stepTime: 60, // startTime y format DEBEN tener el mismo formato. // También no se puede especificar un formato desordenado (por ejemplo, hh:ss:mm (horas segundos minutos) es incorrecto) format: "dd:hh:mm:ss", startTime: "01:12:32:55", digitImages: 6, digitWidth: 53, digitHeight: 77, timerEnd: function(){}, image: "digits.png" }; var digits = [], interval;