Skip to content

IDT Tech Blog

  • Office 365
    • SharePoint Online
      • Modern Sites
      • SPFx
  • SharePoint
    • SharePoint Online
      • Modern Sites
      • SPFx
    • SharePoint OnPrem
      • Boundaries
      • Central Admin
      • Contents
      • Custom Code
      • Event Receivers
      • Look and Feel
      • Managed Metadata
      • Project
      • Search
      • SharePoint Apps
  • Client-Side
    • React
    • Typescript
    • AngularJS
    • Javascript
      • JQuery
  • Server-Side
    • ASP.NET
    • C#
    • Entity Framework
    • Windows Server
      • IIS
  • Windows
    • Office
      • PowerQuery
    • PowerShell
    • TFS
    • Visual Studio
  • iOS
    • SpriteKit
    • Storyboards
    • Swift
  • Mac OS
    • Terminal
IDT Tech Blog

Tag: convert

Asignar Enum por su índice en Typescript

Ismael CruzDecember 13, 2018December 13, 2018Leave a comment
Podemos asignar el valor de un Enum a nuestro propio Enum a través de su índice. Por ejemplo, si recibimos...

Convertir fecha UTC en Local con Javascript

Ismael CruzOctober 18, 2016Leave a comment
Fecha UTC (Que recibimos, por ejemplo, desde base de datos) var receivedDate = "2016-09-25T10:00:00"; Convertir a fecha Local receivedDate = new...

Convertir fecha Local en UTC con Javascript

Ismael CruzOctober 18, 2016Leave a comment
Fecha Local (Que obtenemos, por ejemplo, desde un date picker) var obtainedDate = "2016-09-25 12:00"; Convertir a fecha UTC obtainedDate = new Date(obtainedDate).toUTCString();...

Convertir string en string[] o char[] y viceversa

Ismael CruzMarch 16, 2016Leave a comment
Podemos convertir strings, chars y arrays entre si de estas formas:   string -> string[] (Todo el string en un...

Convertir HTML en PDF en C#

Ismael CruzOctober 23, 2015Leave a comment
Una interesante herramienta para crear facilmente PDFs desde HTML: NReco PdfGenerator. 1. Creamos nuestro HTML string html = "MY_HTML"; 2....

Export SQL query to CSV

Ismael CruzApril 9, 2014Leave a comment
1. Execute your Query with “Results to Grid” option selected (You can select this option with its icon or by...

Buscar

Categorías

Active Directory (3) AngularJS (3) ASP.NET (11) BAT Files (4) Boundaries (2) C# (24) Central Admin (6) Client-Side (12) Contents (12) CSS (5) Custom Code (21) Entity Framework (1) Errors (15) Event Receivers (2) File Formats (1) HTML (4) HttpModule (2) Hyper-V (2) IIS (3) iOS (3) Javascript (17) JQuery (7) LOG (2) Look and Feel (6) Mac OS X (2) Modern Sites (3) Network (1) Office 365 (6) Performance (2) PowerQuery (2) PowerShell (18) React (3) Search (5) SharePoint Online (12) SharePoint OnPrem (68) SPFx (4) SQL (3) Terminal (2) TFS (2) Typescript (5) User Profiles (3) VBA (3) Visual Studio (13) Windows Server (6) Workflows (3)
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
IDT Tech Blog
Proudly powered by WordPress | Theme: refur by teFox.